home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-03-11  |  3KB  |  184 lines

  1. object AboutBox: TAboutBox
  2.   Left = 98
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 256
  7.   ClientWidth = 306
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 200
  19.     Width = 121
  20.     Height = 13
  21.     Caption = 'Phsical memory available:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 168
  25.     Top = 200
  26.     Width = 6
  27.     Height = 13
  28.     Caption = '0'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 21
  32.     Top = 216
  33.     Width = 113
  34.     Height = 13
  35.     Caption = 'Free system resources:'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 168
  39.     Top = 216
  40.     Width = 6
  41.     Height = 13
  42.     Caption = '0'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 8
  46.     Top = 104
  47.     Width = 32
  48.     Height = 13
  49.     Caption = 'Label5'
  50.   end
  51.   object Label6: TLabel
  52.     Left = 8
  53.     Top = 120
  54.     Width = 32
  55.     Height = 13
  56.     Caption = 'Label6'
  57.   end
  58.   object Label7: TLabel
  59.     Left = 8
  60.     Top = 136
  61.     Width = 32
  62.     Height = 13
  63.     Caption = 'Label7'
  64.   end
  65.   object Label8: TLabel
  66.     Left = 8
  67.     Top = 152
  68.     Width = 32
  69.     Height = 13
  70.     Caption = 'Label8'
  71.   end
  72.   object Label9: TLabel
  73.     Left = 8
  74.     Top = 168
  75.     Width = 32
  76.     Height = 13
  77.     Caption = 'Label9'
  78.   end
  79.   object Label10: TLabel
  80.     Left = 8
  81.     Top = 184
  82.     Width = 38
  83.     Height = 13
  84.     Caption = 'Label10'
  85.   end
  86.   object Panel1: TPanel
  87.     Left = 0
  88.     Top = 8
  89.     Width = 305
  90.     Height = 89
  91.     BevelInner = bvRaised
  92.     BevelOuter = bvLowered
  93.     ParentColor = True
  94.     TabOrder = 1
  95.     object ProgramIcon: TImage
  96.       Left = 8
  97.       Top = 8
  98.       Width = 49
  99.       Height = 41
  100.       Picture.Data = {<image000.ico>}
  101.       Stretch = True
  102.       IsControl = True
  103.     end
  104.     object ProductName: TLabel
  105.       Left = 64
  106.       Top = 8
  107.       Width = 63
  108.       Height = 13
  109.       Caption = 'FTP Connect'
  110.       IsControl = True
  111.     end
  112.     object Version: TLabel
  113.       Left = 64
  114.       Top = 32
  115.       Width = 53
  116.       Height = 13
  117.       Caption = 'Version 1.1'
  118.       IsControl = True
  119.     end
  120.     object Copyright: TLabel
  121.       Left = 8
  122.       Top = 64
  123.       Width = 149
  124.       Height = 13
  125.       Caption = 'Copyright ∩┐╜ 1998 Lukasz Bizon'
  126.       IsControl = True
  127.     end
  128.     object Button1: TButton
  129.       Left = 192
  130.       Top = 8
  131.       Width = 105
  132.       Height = 25
  133.       Caption = 'Visit our Homepage'
  134.       TabOrder = 0
  135.       OnClick = Button1Click
  136.     end
  137.     object Button2: TButton
  138.       Left = 192
  139.       Top = 40
  140.       Width = 105
  141.       Height = 25
  142.       Caption = 'Send us e-mail'
  143.       TabOrder = 1
  144.       OnClick = Button2Click
  145.     end
  146.   end
  147.   object OKButton: TButton
  148.     Left = 193
  149.     Top = 231
  150.     Width = 112
  151.     Height = 25
  152.     Caption = 'OK'
  153.     Default = True
  154.     ModalResult = 1
  155.     TabOrder = 0
  156.     OnClick = OKButtonClick
  157.   end
  158.   object Timer1: TTimer
  159.     Interval = 20000
  160.     OnTimer = Timer1Timer
  161.     Left = 160
  162.     Top = 24
  163.   end
  164.   object GoToWeb1: TGoToWeb
  165.     Url = 'http://www.webdevelopments.com'
  166.     EMail = 'lukaszb@msn.com'
  167.     BrowserState = gwMaximized
  168.     Left = 224
  169.     Top = 112
  170.   end
  171.   object system: TSysInfo
  172.     Organisation = 'Home'
  173.     Owner = 'Lukasz Bizon'
  174.     CPU = 'Intel Pentium'
  175.     OperatingSystem = 'Windows 95'
  176.     WinVersion = '4.0'
  177.     Build = '1111'
  178.     TotalMemory = '81428 KB'
  179.     DriveC = '2011 MB'
  180.     Left = 264
  181.     Top = 112
  182.   end
  183. end
  184.